type match meaning in Chinese
类型匹配
Examples
- Make sure the parameter s data type matches the expected return value
确保参数的数据类型与预期的返回值匹配。 - If the argument types match a particular overload exactly , then that overload is called
如果参数类型确切匹配特定重载,则调用该重载。 - Check that your form attributes name and type match with the actionform name and package
检查表单属性名称和类型是否与actionform名称和软件包匹配。 - In the event handler , declare a variable whose type matches the control that raised the event
在事件处理程序中,声明类型与引发事件的控件匹配的变量。 - In the event handler , declare a variable whose type matches the controls that raise the event
在事件处理程序中,声明其类型与引发事件的控件匹配的变量。